mime/multipart.Writer.lastpart (field)
9 uses
mime/multipart (current package)
writer.go#L23: lastpart *part
writer.go#L47: if w.lastpart != nil {
writer.go#L99: if w.lastpart != nil {
writer.go#L100: if err := w.lastpart.close(); err != nil {
writer.go#L105: if w.lastpart != nil {
writer.go#L124: w.lastpart = p
writer.go#L184: if w.lastpart != nil {
writer.go#L185: if err := w.lastpart.close(); err != nil {
writer.go#L188: w.lastpart = nil
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)